.main {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
}
.subNav {
	position: fixed;
	left: 3%;
	top: 400px;
	z-index: 9999999999;
	box-shadow: 0px 4px 15px rgba(0,0,0,.15);
}
.subNav .sub_item {
	box-sizing: border-box;
	width: 54px;
	height: 56px;
	padding: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	background-color: #fff;
	cursor: pointer;
}
.subNav .sub_item:first-child {
	border-radius: 4px 4px 0 0;
}
/*
.subNav .sub_item:hover {
	background: linear-gradient(137.08deg, #C8161D 0%, #F9767B 100%);
}
*/
.subNav .active {
	background: linear-gradient(137.08deg, #C8161D 0%, #F9767B 100%) !important;
}
.subNav .active a {
	color: #fff !important;
}
.subNav .sub_item a {
	color: #333;
}
/*
.subNav .sub_item:hover a {
	color: #fff;
}
*/
.subNav .toTop {
	width: 54px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}
.subNav .toTop i {
	font-weight: 700;
}
.subNav .toTop:hover i {
	color: #C8161D;
}
.home__banner {
	position: relative;
    width: 100%;
    height: 520px;
}
.home__banner img {
	width: 100%;
    height: 520px;
}
.wrap {
	width: 1440px;
	margin: 60px auto 0;
}
.wrap .title {

	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.wrap .title span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
}
.select .content {
	display: flex;
}
.select .content .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 316px;
	padding: 98px 25px 81px;
	border-radius: 4px 0px 0px 4px;
}
.patent .content .left {
	background: url(../img/home/home-patent-left-bg.png) no-repeat;
}
.brand .content .left {
	background: url(../img/home/home-brand-left-bg.png) no-repeat;
}
.select .content .left .item,
.select .content .left .more{
	width: 121px;
	height: 32px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	cursor: pointer;
	border-radius: 2px;
}
.select .content .left .more {
	width: 100%;
}
.patent .content .left .item:hover,
.patent .content .left .more:hover {
	color: #C8161D;
	background-color: #fff;
}
.brand .content .left .item:hover,
.brand .content .left .more:hover {
	color: #0060FF;
	background-color: #fff;
}
.patent .content .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.patent .content .right .card {
	display: flex;
	box-sizing: border-box;
	width: 360px;
	height: 111px;
	padding: 16px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}
.patent .content .right .card:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.patent .content .right .card .img {
	width: 79px;
	height: 79px;
	margin-right: 12px;
}
.patent .content .right .card .text .title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.patent .content .right .card .text .number {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: #999;
}
.brand .content .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
}
.brand .content .right .card {
	box-sizing: border-box;
	width: 208px;
	height: 208px;
	padding: 10px;
	margin-bottom: 22px;
	background-color: #fff;
	cursor: pointer;
}
.brand .content .right .card:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.brand .content .right .card .img {
	width: 188px;
	height: 110px;
	border: 1px solid #999;
}
.brand .content .right .card .text .name {
	display: flex;
	justify-content: space-between;
	margin: 16px 0;
	font-size: 14px;
	color: #333;
}
.brand .content .right .card .text .name p {
	font-weight: 700;
}
.brand .content .right .card .text .name span {
	font-weight: 400;
}
.brand .content .right .card .text .introduce {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news {
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-top: 60px;
	box-sizing: border-box;
	background-image: url(../img/home/home-news-bg.png);
	background-repeat: no-repeat;
	background-position: center 660px;
}
.news .body {
	margin: 0 auto ;
	width: 1440px;
}
.news .content {
	position: relative;
}
.news .content .more {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 14px;
	color: #999;
	background-color: #f5f5f5;
	cursor: pointer;
}
.news .content .news_nav {
	display: flex;
	height: 60px;
	line-height: 20px;
	border-bottom: 1px solid #ddd
}
.news .content .news_nav .item {
	margin-right: 20px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}
.news .content .news_nav .active {
	font-weight: 700;
	color: #C8161D;
	border-bottom: 8px solid #C8161D;
}
.news .content .body {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.news .content .hidden {
	display: none;
}
.news .content .body .left {
	width: 478px;
	margin-top: 20px;
}
.news .content .body .left .title {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	cursor: pointer;
}
.news .content .body .left .title:hover {
	color: #C8161D;
}
.news .content .body .left .time {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #999;
}
.news .content .body .left .text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #999;
}
.news .content .body .mid {
	width: 419px;
	height: 208px;
	margin-top: 10px;
	border: 1px #ddd solid;
}
.news .content .body .mid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news .content .body .right {
	width: 442px;
}
.news .content .body .right ul li {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #333;
	text-indent: 1rem;
	cursor: pointer;
}
.news .content .body .right ul li .text {
	width: 324px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .content .body .right ul li:hover {
	color: #C8161D;
}
.news .content .body .right ul li:hover .text::before {
	content: '·';
	margin-right: 4px;
	color: #C8161D;
}
.information .title .more,
.expert .title .more {
	position: absolute;
    font-size: 16px;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
    color: #999;
    background-color: #fff;
    cursor: pointer;
}

.information .content .top {
	display: flex;
	justify-content: space-between;
}
.information .content .top .top_item {
	display: flex;
	width: 447px;
	padding-bottom: 23px;
	border-bottom: 1px solid #ddd;
}
.information .content .top .img {
	margin-right: 13px;
	width: 150px;
	height: 91px;
	border: 1px #ddd solid;
}
.information .content .top .img > img {
	object-fit: contain;
}
.information .content .top .text .title {
	width: 284px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.information .content .top .text .title:hover {
	color: #C8161D;
}
.information .content .top .text .time {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: #999;
}
.information .content .top .text .article {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	width: 284px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #999;
}
.information .content .bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.information .content .bottom .line {
	display: flex;
	justify-content: space-between;
	width: 447px;
	padding: 19px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}
.information .content .bottom .line:hover {
	color: #C8161D;
}
.medal {
	background: linear-gradient(180deg, #FF565D 0%, #C0060E 100%);
	 height: 407px;
    padding-top: 40px;
    box-sizing: border-box;
	position: relative;
}
.medal__title, .medal__bottom {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.medal__title {
	top: 55px;
}
.medal__bottom {
	bottom: -15px;
	z-index: 0;
}
.medal .medal_banner {
	display: flex;
	align-items: center;
	height: 100%;
	animation: medal 40s linear infinite;
	position: relative;
	z-index: 999;
}
.medal .medal_banner:hover {
	animation-play-state: paused;
}
.medal .medal_item {
	margin: 0 10px;
}
@keyframes medal{
	from{transform: translateX(0);}
	to{transform: translateX(-2240px);}
}
.el-carousel__container .is-active {
	display: flex;
	justify-content: space-between;
	width: 968px !important;
	transform: translateX(236px) !important;
	filter: none;
	box-shadow: 0px 49px 20px -25px rgba(0, 0, 0, 0.1);
}
.el-carousel__container .is-in-stage {
	display: flex;
}
.el-carousel__item {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: 320px;
	width: 968px !important;
	padding: 24px;
	background-color: #fff;
	border-radius: 4px;
	filter: blur(2px);
}
.el-carousel__item .title {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
}
.el-carousel__item .identity {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
}
.el-carousel__item .text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	width: 636px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #666;
}
.el-carousel__item .btn {
	width: 100px;
	height: 28px;
	margin-top: 24px;
	font-size: 14px;
	color: #C8161D;
	text-align: center;
	line-height: 28px;
	border-radius: 41px;
	background-color: #f5f5f5;
	cursor: pointer;
}
.el-carousel__item .btn:hover {
	color: #fff;
	background: linear-gradient(270.55deg, #FF5F65 0%, #C8171E 100%);
}
.el-carousel__item .right {
	width: 201px;
	height: 272px;
}
.el-carousel {
	padding-bottom: 60px;
}
.el-carousel__indicators  {
	display: none;
}
.expert .content .button {
	text-align: center;
}
.expert .content .button span {
	display: inline-block;
	width: 150px;
	height: 40px;
	margin: 0 25px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	background: #F5F5F5;
	border: 2px solid #666;
	border-radius: 61.5px;
	cursor: pointer;
}
.expert .content .button span:hover {
	color: #C8161D;
	border-color: #C8161D;
}
.data {
	height: 640px;
	margin-top: 80px;
	color: #fff;
	background: url(../img/data_bg.png) no-repeat;
	overflow: hidden;
	display: none;
}
.data .body .title {
	font-size: 28px;
	color: #fff;
}
.data .content {
	display: flex;
	margin-top: 40px;
}
.data .content .left {
	width: 50%;
}
.data .content .left .top {
	display: flex;
}
.data .content .left .top .num .number {
	margin-top: 40px;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.6);
}
.data .content .left .label {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
}
.data .content .left .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.data .content .left .bottom .price_number {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	opacity: 0.8;
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.6);
}
.data .content .right {
	padding-left: 100px;
}
.data .content .right .name {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.6);
}
.data .content .right .table {
	box-sizing: border-box;
	width: 673px;
	height: 278px;
	/* padding: 38px 40px; */
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(4px);
	overflow: hidden;
}
.data .content .right .table .table_con {
	height: 228px;
	margin: 28px 40px 38px;
	overflow: hidden;
}
.data .content .right .table .anim .table_item:first-child {
	transition: all 1s;
	margin-top: -38px;
}
.data .content .right .table_item {
	display: flex;
	justify-content: space-between;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
}
.data .content .right .table_item .user {
	width: 112px;
}
.data .content .right .table_item .info {
	width: 366px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.data .content .right .table_item .time {
	width: 78px;
	opacity: 0.5;
}
.serves {
	margin-top: 40px;
}
.serves .title {
	width: 1440px;
	margin: 0 auto 40px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.serves .title span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
}
.serves .content {
	height: 360px;
}
.serves .content .line{
	display: flex;
	animation: serve 70s linear infinite;
}
.serves .content .quick {
	margin-left: -135px;
	animation: serves 50s linear infinite;
}
.serves .content .line:hover {
	animation-play-state: paused;
}
.serves .content .line_item {
	width: 270px;
	height: 152px;
}
.serves .content .line_item img {
	width: 270px;
	height: 148px;
}
@keyframes serve{
	from{transform: translateX(0);}
	to{transform: translateX(-4050px);}
}
@keyframes serves{
	from{transform: translateX(-4050px);}
	to{transform: translateX(0);}
}
el-input__inner{
	line-height:62px;
}
.patent .content, .brand .content {
	box-shadow: 0px 0px 5px 0px #00000026;
}
.patent__right, .brand__right, .enterprise__right {
	flex: 1;
	background: #fff;
	border-radius: 0px 4px 4px 0px;
}
.patent__right__top, .brand__right__top, .enterprise__right__top {
	height: 48px;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
.patent__right__top__dot-list, .brand__right__top__dot-list, .enterprise__right__top__dot-list {
	display: flex;
	align-self: center;
}
.patent__right__top__dot-item, .brand__right__top__dot-item, .enterprise__right__top__dot-item {
	width: 12px;
	height: 12px;
	border: 1px solid #CCCCCC;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	box-sizing: border-box;
	margin-left: 12px;
	display: flex;
	justify-content: center;
}
.patent__right__top__dot-item:hover, .patent__right__top__dot-item--active {
	border: 1px solid #DF1C24;
}
.brand__right__top__dot-item:hover, .brand__right__top__dot-item--active {
	border: 1px solid #2276ff;
}
.enterprise__right__top__dot-item:hover, .enterprise__right__top__dot-item--active {
	border: 1px solid #F96A29;
}
.dot-item__inner {
	width: 6px;
	height: 6px;
	align-self: center;
}
.patent  .dot-item__inner {
	background: #DF1C24;
}
.brand .dot-item__inner {
	background: #2276ff;
}
.enterprise .dot-item__inner {
	background: #F96A29;
}
.patent__right__top__more, .brand__right__top__more, .enterprise__right__top__more {
	padding: 0 10px;
	height: 20px;
	border-radius: 41px;
	align-self: center;
	background: #F6F6F6;
	text-align: center;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	margin-left: 14px;
	cursor: pointer;
}
.patent__right__list, .brand__right__list, .enterprise__right__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.patent__right__item {
	border: 1px #d9d9d9 solid;
	border-left: unset;
	box-sizing: border-box;
	width: 374px;
	height: 183px;
	flex-shrink: 0;
	padding: 20px 28px;
	cursor: pointer;
	position: relative;
	transition: box-shadow 0.3s;
}
.patent__right__item:hover {
	transition: box-shadow 0.3s;
	box-shadow: 0px 4px 15px 0px #00000040;
}
.patent__right__item:nth-child(3n) {
	border-right: unset;
}
.patent__right__item__name {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 24px;
}
.patent__right__item__type {
	display: inline-block;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
}
.patent__right__item__info-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 13px;
	padding-bottom: 13px;
}
.patent__right__item__info-item {
	padding-right: 12px;
	margin-right: 12px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 16px;
	display: flex;
}
.patent__right__item__info-item:nth-child(4) {
	margin-bottom: unset;
	position: absolute;
    right: 0;

}
.patent__right__item__info-item__label {
	color: #999;
}
.patent__right__item__info-item__value {
	color: #333;
}
.patent__right__item__info-item:nth-child(4) .patent__right__item__info-item__value {
	color: #DF1C24;
}
.patent__right__item__detail {
	display: none;
	bottom: 0px;
	width: 318px;
	height: 35px;
	background: linear-gradient(270.55deg, #FF5F65 0%, #EB2F36 100%);
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
	transition: bottom 0.3s, display 0.3s;
}
.patent__right__item:hover .patent__right__item__detail {
	position: absolute;
	display: block;
	bottom: 20px;
	transition: bottom 0.3s, display 0.3s;
}
.brand__right__item {
	height: 216px;
	width: 224px;
	box-sizing: border-box;
	border: 1px #d9d9d9 solid;
	border-left: unset;
	padding: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	transition: box-shadow 0.3s;
}
.brand__right__item:hover {
	transition: box-shadow 0.3s;
	box-shadow: 0px 4px 15px 0px #00000040;
}
.brand__right__item:nth-child(5n) {
	border-right: unset;
}
.brand__right__item__image {
	display: flex;
	justify-content: center;
}
.brand__right__item__image img {
	width: 184px;
	height: 110px;
	object-fit: contain;
}
.brand__right__item__info {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
.brand__right__item__name {
	font-weight: 700;
	color: #333;
}
.brand__right__item__classification {
	color: #333;
}
.brand__right__item__scope {
	color: #999;
	font-size: 12px;
	margin-top: 12px;
}
.brand__right__item__detail {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(270.55deg, #FF5F65 0%, #C8171E 100%);
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
}
.brand__right__item__detail--hover {
	display: block;
}
.information__main {
	display: flex;
	padding-bottom: 60px;
}
.information__main__left {

}
.info__left-list {
	display: flex;
	flex-direction: column;
}
.info__left-item {
	height: 170px;
	margin-bottom: 24px;
	display: flex;
}
.info__left-item:last-child {
	margin-bottom: unset;
}
.info__left-item__img {
	margin-right: 16px;
}
.info__left-item__img img {
	width: 281px;
	height: 170px;
	border-radius: 4px;
}
.info__left-item__main {
	width: 388px;
	display: flex;
	    flex-direction: column;
    justify-content: space-between;
	cursor: pointer;
}
.info__left-item__main:hover .info__left-item__title {
	color: #DF1C24;
}
.info__left-item__title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.info__left-item__title img {
	width: 16px;
	transform: translateY(2px);
	margin-right: 4px;
}
.info__left-item__desc {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-top: 11px;
}
.info__left-item__time {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin-top: 21px;
}
.info__left-item__time img {
	width: 12px;
	transform: translateY(2px);
	margin-right: 5px;
}
.information__main__right {
	margin-left: 65px;
	flex: 1;
	display: flex;
}
.info__right-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.info__right-item {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	justify-content: space-between;
	padding-bottom: 19px;
	border-bottom: 1px solid #DDDDDD;
	width: 690px;
}

.info__right-item__title {
	color: #333;
	margin-right: 60px;
	cursor: pointer;
}
.info__right-item__title span {
	display: inline-block;
	width: 4px;
	height: 10px;
	background: #cccccc;
	margin-right: 8px;
	transform: translateY(2px);
}
.info__right-item:hover  .info__right-item__title, .info__right-item:hover .info__right-item__time {
	color: #DF1C24;
}
.info__right-item:hover .info__right-item__title span {
	background: #DF1C24;
}
.info__right-item__time {
	color: #999;
	width: 85px;
	flex-shrink: 0;
}
/*
.service {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
}
.service__icon-list img {
	width: 1920px;
}
*/
/* 合作客户 */
.cooperation {
	background: #fff;
	padding-top: 60px;
	/*
	background-image: url(../img/home/cooperationIcon/home-cooperation-bg.png);
	background-size: 1027px 608px;
	background-position: center 0;
	background-repeat: no-repeat;
	*/
}
.cooperation__list {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cooperation__item {
	overflow: hidden;
	width: 282px;
	height: 90px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	//margin-right: 7px;
	margin-bottom: 16px;
}
.cooperation__item:nth-child(5) {
	margin-right: unset;
}
.cooperation__item__img {
	width: 282px;
	height: 90px;
	transition: transform 0.3s;
	/* image-rendering: pixelated; */
}
.cooperation__item:hover  .cooperation__item__img{
	transform: scale(1.05);
	transition: transform 0.3s;
}
.cooperation__middle__left, .cooperation__middle__right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cooperation__item--center {
	width: 860px;
	height: 180px;
}
.cooperation__item__img--center {
	width: 860px;
	height: 188px;
}
.cooperation__item--center:hover .cooperation__item__img--center {
	transform: unset;
}
.cooperation__category {
	width: 1440px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.cooperation__category__title {
	color: #C8161D;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.cooperation__category__title::after {
	content: '';
	position: absolute;
	height: 1px;
	background: linear-gradient(270deg, #E0E0E0 0%, rgba(232, 232, 232, 0.53) 90.66%, rgba(255, 255, 255, 0) 98.46%);
	top: 50%;
	left: 0;
	right: 0;
}
.cooperation__category-item {
	margin-bottom: 32px;
}
.cooperation__category-item:last-child {
	margin-bottom: unset;
}
.cooperation__category-item__image-list {
	margin-top: 24px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.cooperation__category-item__image-item {
	width: 229px;
	height: 90px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	margin-right: 13px;
	margin-bottom: 20px;
	cursor: pointer;
}
.cooperation__category-item__image-item:hover .cooperation__category-item__image {
	transform: scale(1.05);
	transition: transform 0.3s;
}
.cooperation__category-item__image-item:nth-child(6n) {
	margin-right: unset;
}
.cooperation__category-item__image-item:nth-last-child(-n+6) {
	margin-bottom: unset;
}
.cooperation__category-item__image {
	width: 229px;
	height: 90px;
	transition: transform 0.3s;
	background: #fff;
}
.quote {
	width: 100%;
	height: 114px;
	background: #E75353;
	display: flex;
	justify-content: center;
}
.quote__word {
	text-align: center;
	color: #fff;
	font-size: 31px;
	font-weight: 800;
	line-height: 114px;
}
.quote img {
	position: absolute;
    right: 5%;
	height: 114px;
}

.left-nav {
	position: fixed;
	right: 0;
	top: 400px;
	z-index: 99999999999;
}
.left-nav__list {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 4px 15px 0px #0000001A;
	border-radius: 2px;
}
.left-nav__item {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.left-nav__item__inner {
	position: absolute;
	display: none;
	box-shadow: 0px 4px 15px 0px #0000001A;
}
.left-nav__item:hover .left-nav__item__inner {
	display: block;
}
.left-nav__item__qrcode__inner {
	width: 376px;
	left: -385px;
	top: 0;
}
.left-nav__qrcode__container {
	border-radius: 4px;
}
.left-nav__qrcode__top {
	width: 100%;
	height: 107px;
	background: linear-gradient(270.55deg, #FF5F65 0%, #EB2F36 100%);
	padding: 24px 20px;
	box-sizing: border-box;
	display: flex;
	color: #fff;
	justify-content: space-between;
	text-align: center;
	border-radius: 4px 4px 0 0;
}
.left-nav__qrcode__top__item {
	width: 158px;
}
.left-nav__qrcode__top__title {
	font-size: 16px;
	font-weight: 700;
}
.left-nav__qrcode__top__desc {
	font-size: 12px;
	font-weight: 400;
	margin-top: 12px;
}
.left-nav__qrcode__bottom {
	width: 100%;
	height: 161px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 4px 15px 0px #0000001A;
}
.left-nav__qrcode__bottom__item {
	width: 158px;
	height: 158px;
	box-sizing: border-box;
	box-shadow: 0px 4.909090995788574px 4.909090995788574px 0px #0000001A;
	    transform: translateY(-20px);
    border-radius: 4px;
    align-self: center;
}
.left-nav__qrcode__bottom__item img{
	width: 158px;
	height: 158px;
	border-radius: 4px;
}
.left-nav__item__phone__inner {
	left: -190px;
	bottom: 0;
	background: #fff;
	border-radius: 4px;
	padding: 12px  11px 18px 15px;
}
.left-nav__phone__top {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: flex;
}
.left-nav__phone__top img {
	width: 24px;
	height: 24px;
	margin-right: 9px;
}
.left-nav__phone__bottom {
	margin-top: 17px;
	font-weight: 700;
	font-size: 21px;
	color: #c8161d;
}
.left-nav__item__qrcode {
	background-image: url(../img/home/home-leftNav-qrcode-icon.svg);
}
.left-nav__item__phone {
	margin-top: 5px;
	background-image: url(../img/home/home-leftNav-phone-icon.svg);
}
.left-nav__back-top {
	margin-top: 4px;
	border-radius: 2px;
	width: 60px;
	height: 30px;
	cursor: pointer;
	background-image: url(../img/home/home-leftNav-backToTop-icon.svg);
	box-shadow: 0px 4px 15px 0px #0000001A;
}
.left-nav__item__qrcode:hover {
	background-image: url(../img/home/home-leftNav-qrcode-icon-active.svg);
}
.left-nav__item__phone:hover {
	background-image: url(../img/home/home-leftNav-phone-icon-active.svg);
}
.left-nav__back-top:hover {
	background-image: url(../img/home/home-leftNav-backToTop--icon-active.svg);
}


.home__subtitle {
	width: 1440px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 40px;
}
.cooperation__platform {
	padding: 60px 0;
	background: #f6f6f6;
}
.news__nav {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.news__nav__item {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.news__nav__item--active {
	font-weight: 700;
	color: #C8161D;
}
.news__nav__item--active::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -30px;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #C8161D 0%, rgba(200, 22, 29, 0.5) 100%);
}
.news__main {
	display: flex;
	margin-top: 33px;
	flex: 1;
}
.news__main__left {
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	width: 700px;
	height: 565px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
	margin-right: 40px;
	cursor: pointer;
}
.news__left__img {
	width: 700px;
	height: 350px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.news__left__img img {
	width: 700px;
	border-radius: 8px 8px 0 0;
}
.news__left__main {
	flex: 1;
	box-sizing: border-box;
	padding: 16px 16px 22px;
}
.news__left__title {
	color: #333;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
.news__left__title img {
	width: 38px;
	height: 21px;
	margin-right: 5px;
	transform: translateY(4px);
}
.news__left__time {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-top: 16px;

}
.news__left__desc {
	margin-top: 16px;
	color: #333;
	font-size: 14px;
	font-weight: 400
}
.news__main__left:hover .news__left__title {
	color: #C92B2F;
}
.news__main__right {
	flex: 1;
}
.news__right__item {
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
}
.news__right__item:last-child {
	margin-bottom: unset;
}

.news__right__item__img {
	width: 160px;
	height: 97px;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 16px;
	flex-shrink: 0;
}
.news__right__item__img img {
	width: 160px;
	border-radius: 4px;
}
.news__right__item__main {
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	width: 520px;
}
.news__right__item__title {
	font-weight: 700;
	color: #333;
}
.news__right__item__time {
	margin-top: 8px;
	color: #999;
}
.news__right__item__desc {
	margin-top: 8px;
	color: #666;
}
.news__right__item:hover .news__right__item__title {
	color: #C92B2F;
}
.patent__left, .brand__left, .enterprise__left {
	padding-top: 80px;
	box-sizing: border-box;
	width: 316px;
	flex-shrink: 0;
	background-size: cover;
}
.patent__left {
	background: url(../img/home/home-patent-nav-bg.png) no-repeat;
}
.brand__left {
	background: url(../img/home/home-brand-nav-bg.png) no-repeat;
}
.enterprise__left {
	background: url(../img/home/home-enterprise-nav-bg.png) no-repeat;
}
.patent__nav, .brand__nav, .enterprise__nav {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.patent__nav-list, .brand__nav-list, .enterprise__nav-list {
	padding-left: 28px;
}
.patent__nav-item, .brand__nav-item, .enterprise__nav-item {
	display: flex;
	justify-content: space-between;
	height: 40px;
	border-radius: 8px 0 0 8px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-bottom: 10px;
	cursor: pointer;
}
.patent__nav-item--active, .brand__nav-item--active, .enterprise__nav-item--active {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.patent__nav-item--arrow, .brand__nav-item--arrow, .enterprise__nav-item--arrow {
	display: none;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-left: 5px;
}
.patent__nav-item--active .patent__nav-item--arrow,
.brand__nav-item--active .brand__nav-item--arrow,
.enterprise__nav-item--active .enterprise__nav-item--arrow {
	display: block;
}
.patent__nav-item__label, .brand__nav-item__label, .enterprise__nav-item__label {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.left__nav__label__icon {
	width: 18px;
    height: 18px;
    margin-right: 10px;
	transform: translateY(3px);
}
.patent__more, .brand__more, .enterprise__more {
	height: 66px;
	line-height: 66px;
	color: #fff;
	background: #FFFFFF33;
	font-size: 16px;
	font-weight: 400;
	padding-left: 44px;
	cursor: pointer;
	display: flex;
}
.patent__more--arrow, .brand__more--arrow, .enterprise__more--arrow {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	align-self: center;
	transition: margin 0.3s;
}
.patent__more:hover  .patent__more--arrow, .brand__more:hover  .brand__more--arrow, .enterprise__more:hover  .enterprise__more--arrow {
	margin-left: 15px;
	transition: margin 0.3s;
}
.enterprise__right {
	min-height: 617px;
}
.enterprise__right__list {
	justify-content: unset;
	border-top: 1px #dddddd solid;
}
.enterprise__right__item {
	width: 374px;
	height: 142px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px #dddddd solid;
	border-top: unset;
	cursor: pointer;
	transition: box-shadow 0.3s;
}
.enterprise__right__item:hover {
	transition: box-shadow 0.3s;
	box-shadow: 0px 4px 15px 0px #00000040;
}
.enterprise__right__item:nth-child(3n) {
	border-left: unset;
}
.enterprise__right__item:nth-child(3n) {
	border-right: unset;
}
.enterprise__right__item__hot {
	width: 70px;
	height: 28px;
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
}
.enterprise__right__item__hot--blue {
	background: #0060FF;
}
.enterprise__right__item__hot--red {
	background: #F24343;
}
.enterprise__right__item__name {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
.enterprise__right__item__name--category {
	display: inline-block;
	width: 70px;
	height: 21px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 21px;
	border: 1px solid #0060FF;
}
.enterprise__right__item__price {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 700;
	color: #C92B2F;
}
.enterprise__right__item__price span {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	margin-left: 4px;
}



